home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / AIncludes / SNSRegistry.a < prev    next >
Text File  |  1996-05-01  |  960b  |  35 lines

  1. ;
  2. ;    File:        SNSRegistry.a
  3. ;
  4. ;    Contains:    System Notification Service Registry of services and kinds.
  5. ;
  6. ;    Version:    Technology:    System 8
  7. ;                Release:    Universal Interfaces 3.0d3 on Copland DR1
  8. ;
  9. ;    Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10. ;
  11. ;    Bugs?:        If you find a problem with this file, send the file and version
  12. ;                information (from above) and the problem description to:
  13. ;
  14. ;                    Internet:    apple.bugs@applelink.apple.com
  15. ;                    AppleLink:    APPLE.BUGS
  16. ;
  17. ;
  18.     IF &TYPE('__SNSREGISTRY__') = 'UNDEFINED' THEN
  19. __SNSREGISTRY__ SET 1
  20.  
  21.     IF &TYPE('__TYPES__') = 'UNDEFINED' THEN
  22.     include 'Types.a'
  23.     ENDIF
  24.     IF FOR_SYSTEM8_PREEMPTIVE THEN
  25.  
  26. kSNSDeathNotificationService    EQU        'deth'                ;  0x64657468  
  27. kSNSFSNotificationService        EQU        'file'                ;  0x66696c65  
  28.  
  29. kSNSProcessKind                    EQU        'proc'                ;  0x70726f63  
  30. kSNSKernelProcessKind            EQU        'kprc'                ;  0x6b707263  
  31. kSNSTaskKind                    EQU        'task'                ;  0x7461736b  
  32.     ENDIF
  33.     ENDIF ; __SNSREGISTRY__ 
  34.  
  35.